ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / Extenders Property

In This Topic
    Extenders Property (MultiRow<T>)
    In This Topic
    Gets the extender collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Extenders As IList(Of Extender)
    public IList<Extender> Extenders {get;}
    See Also